home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / qmexprot.arc / RECEIVE.BAT < prev    next >
DOS Batch File  |  1991-02-04  |  2KB  |  110 lines

  1. echo off
  2. cls
  3. echo Receiving Files........................
  4. type protmenu.asc
  5. select X1YZ3456789BCIJKLPQSTUW2
  6. cd\qm\dn
  7. cls
  8. if errorlevel 24 goto ZM
  9. if errorlevel 23 goto WXM
  10. if errorlevel 22 goto PUN
  11. if errorlevel 21 goto TM
  12. if errorlevel 20 goto SEA
  13. if errorlevel 19 goto QT
  14. if errorlevel 18 goto PU
  15. if errorlevel 17 goto LY
  16. if errorlevel 16 goto KE
  17. if errorlevel 15 goto JM
  18. if errorlevel 14 goto IM
  19. if errorlevel 13 goto CM
  20. if errorlevel 12 goto BI
  21. if errorlevel 11 goto SK9
  22. if errorlevel 10 goto S8K
  23. if errorlevel 9 goto SJM
  24. if errorlevel 8 goto SYM
  25. if errorlevel 7 goto SWXM
  26. if errorlevel 6 goto SXCRC
  27. if errorlevel 5 goto SXCS
  28. if errorlevel 4 goto DZM
  29. if errorlevel 3 goto DYM
  30. if errorlevel 2 goto D1K
  31. if errorlevel 1 goto DXM
  32. if errorlevel 0 goto DONE
  33.  
  34. :ZM
  35. zmax -B %1 -P %2 -R %4
  36. goto DONE
  37. :WXM
  38. wxmodem -b %1 -l COM%2 -p W -r -c -f %4
  39. goto DONE
  40. :PUN
  41. punter R Z255 P%2 B%1 %4
  42. goto DONE
  43. :TM
  44. tmodem -B %1 -P %2 -R %4
  45. goto DONE
  46. :SEA
  47. clink /P%2 /B%1 R %4
  48. goto DONE
  49. :QT
  50. qt /ac r %4
  51. goto DONE
  52. :PU
  53. puma r
  54. goto DONE
  55. :LY
  56. lynx R /%2 /%1 /S
  57. goto DONE
  58. :KE
  59. pckermit -l COM%2 -b %1 -m 31 -p n -r -a %4 -c
  60. goto DONE
  61. :JM
  62. jmodem R%2  %4
  63. goto DONE
  64. :IM
  65. qmxfer -L COM%2 -B %1 -F %4 -S -P I
  66. goto DONE
  67. :CM
  68. cmodem /tx/port=%2/baud=%1 %4
  69. goto DONE
  70. :BI
  71. bimodem /B %1 /L %2 /D %4
  72. goto DONE
  73. :SK9
  74. SuperK Dr p%2 s%1 rkb
  75. goto DONE
  76. :S8K
  77. SuperK Dr p%2 s%1 rsb
  78. goto DONE
  79. :SJM
  80. SuperK Dr p%2 s%1 rjb
  81. goto DONE
  82. :SYM
  83. SuperK Dr p%2 s%1 ryb
  84. goto DONE
  85. :SWXM
  86. SuperK Dr p%2 s%1 rwb
  87. goto DONE
  88. :SXCRC
  89. SuperK Dr p%2 s%1 rcb
  90. goto DONE
  91. :SXCS
  92. SuperK Dr p%2 s%1 rxb
  93. goto DONE
  94. :DZM
  95. dsz port %2 speed %1 rz %4
  96. goto DONE
  97. :DYM
  98. dsz port %2 speed %1 rb %4
  99. goto DONE
  100. :D1K
  101. dsz port %2 speed %1 rx -k %4
  102. goto DONE
  103. :DXM
  104. dsz port %2 speed %1 rx %4
  105. goto DONE
  106. :DONE
  107. cd\qm
  108. echo Returning to Qmodem.....
  109.  
  110.